Implement GAppLaunchContext in gdk, providing startup notification.
authorMatthias Clasen <mclasen@redhat.com>
Thu, 13 Dec 2007 05:16:33 +0000 (05:16 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 13 Dec 2007 05:16:33 +0000 (05:16 +0000)
commit1397a9fd7d6771cbf07f62409e46ae03e29a407c
tree17df1a5c99654026f089497fbf5ab115037fbc56
parent594e3660e9c0ad8b34b6c5103a3fd6fd091b629a
Implement GAppLaunchContext in gdk, providing startup notification.

2007-12-12  Matthias Clasen  <mclasen@redhat.com>

        * gdk/gdkapplaunchcontext.[hc]: Implement GAppLaunchContext
        in gdk, providing startup notification.  (#503203)

        * gdk/x11/gdkapplaunchcontext-x11.c:
        * gdk/win32/gdkapplaunchcontext-win32.c:
        * gdk/quartz/gdkapplaunchcontext-quartz.c:
        * gdk/directfb/gdkapplaunchcontext-directfb.c: Backend-specific
        parts. All but X11 are just empty stubs for now.

        * gdk/gdk.symbols:
        * gdk/gdkinternals.h:
        * gdk/Makefile.am:
        * gdk/x11/Makefile.am:
        * gdk/win32/Makefile.am:
        * gdk/quartz/Makefile.am:
        * gdk/directfb/Makefile.am: Necessary glue.

svn path=/trunk/; revision=19165
14 files changed:
ChangeLog
gdk/Makefile.am
gdk/directfb/Makefile.am
gdk/directfb/gdkapplaunchcontext-directfb.c [new file with mode: 0644]
gdk/gdk.symbols
gdk/gdkapplaunchcontext.c [new file with mode: 0644]
gdk/gdkapplaunchcontext.h [new file with mode: 0644]
gdk/gdkinternals.h
gdk/quartz/Makefile.am
gdk/quartz/gdkapplaunchcontext-quartz.c [new file with mode: 0644]
gdk/win32/Makefile.am
gdk/win32/gdkapplaunchcontext-win32.c [new file with mode: 0644]
gdk/x11/Makefile.am
gdk/x11/gdkapplaunchcontext-x11.c [new file with mode: 0644]